



#foot{
	width: 100%;
	height: 400px;
	background: #efefef;
}
#foot .footer{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	min-width: 1200px;
}
#foot .footer ul{
	width: 1200px;
	min-width: 1200px;
	height: 230px;
}
#foot .footer ul li{
	height: 230px;
	float: left;
}
#foot .footer ul li div img{
  width: 100px;
  height: 100px;
}
#foot .footer ul li:nth-of-type(-n+3){
	margin-right: 55px;
}
#foot .footer ul li h3{
	font-size: 16px;
	color: #646464;
	line-height: 16px;
	margin: 55px 0 25px 0;
	font-weight: normal;
}
#foot .footer ul li p{
	width: 530px;
	font-size: 14px;
	color: #646464;
	line-height: 28px;
	text-align: justify;
}
#foot .footer ul li a{
	display: block;
	font-size: 14px;
	color: #646464;
	line-height: 30px;
	margin-bottom: 14px;
}
#foot .footer ul li a span{
  height: 100%;
  display: inline-block;
  background: #d3d3d3;
  padding: 0 10px;
  color: #646464;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
#foot .footer ul li a span:hover{
	background: #e8412f;
	color: #fff;
}
#foot .footer ul li div span{
	font-size: 14px;
	color: #e8412f;
	line-height: 100px;
	display: block;
}
.foot_bot{
	width: 530px;
}
.foot_bot div{
	width: 530px;
	margin-top: 5px;
	height: 40px;
}
.foot_bot div p{
	width: 490px;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #646464;
	line-height: 20px;
}
.foot_bot div img{
	vertical-align: middle;
	float: left;
}
.foot_p1{
	position: absolute;
	bottom: 55px;
	font-size: 14px;
	color: #505050;
	line-height: 14px;
	right: 0;
}
.foot_p1 a{
	font-size: 14px;
	color: #505050;
	line-height: 14px;
}
.foot_p1 .dingyi{
	margin-left: 30px;
}
.foot_p1 a:hover{
	color: #e8412f;
}
